home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / PowerPC / Tools / morphosuser / docs_user / Faq.txt < prev    next >
Text File  |  2000-01-01  |  2KB  |  55 lines

  1.  
  2. FutileAnsweredQuestions
  3.  
  4.  
  5.  o You are annoyed by the constant led switching which also
  6.    affects the audio filter ?
  7.  
  8.    It`s used to indicate that the exec scheduler is still alive.
  9.    Read <startup.doc> how to disable that.
  10.  
  11.  
  12.  o The mouse pointer doesn`t move smooth but jumps around ?
  13.  
  14.    You have a lot debug output through <dprintf> on the serial
  15.    or to the ram.
  16.  
  17.  
  18.  o You wanna see debug output ?
  19.  
  20.    Use a serial terminal and set the maximum serial speed
  21.    in the <startup> script.
  22.    RTS/CTS *only*. No Xon/Xoff.
  23.  
  24.    I connected my Openstep4.2 PC with a nullmodem cable to
  25.    my amiga and run <tip ttyb38400> in the shell.
  26.  
  27.  o You wanna see debug output but have no serial terminal ?
  28.  
  29.    Look into <startup.doc> about <Ramdebug> which isn`t
  30.    fully equal to a serial debug but should help in most
  31.    cases.
  32.  
  33.  o You get graphic problems with ecs/aga demos/games ?
  34.    Then the demos are hitting the blitter and that may
  35.    cause problems due to timing problems between 68k
  36.    and ppc.
  37.  
  38.  o The emulation does NOT care for hardcore hitting
  39.    demos or games. If they work...fine...if not..too
  40.    bad and wait for some UAE PPC port.
  41.    The goal is that cybergraphics friendly programs
  42.    work.
  43.  
  44.  o Does it work with the Toaster ?
  45.    We don`t know but if it`s in our ability we
  46.    hope we can support it.
  47.  
  48.  o Is coldreboot safe ?
  49.    No..it isn`t at the moment because a 68k reset
  50.    instruction does NOT cause a hardware reset.
  51.    It`s only a soft reset but if a soft reset is
  52.    caused and accidently some left over interrupt 
  53.    condition is pending from some hardware we may
  54.    run into a deadlock.
  55.